* Unzip
* Open source\common\common.vcproj (if vc8 is needed mangle project file first)
* Set configuration to Release
* Set configuration type to "Static Library (.lib)"
* Enable "Ignore All Default Libraries"
* Set "Runtime library" to "Multi-threaded (/MT)"
* Define U_STATIC_IMPLEMENTATION
* udata.c: all &U_ICUDATA_ENTRY_POINT -> NULL
* Build
* Lib (common.lib) in libs
